.custom-nav_center 
{
    -ms-flex-pack: left!important;
    justify-content: left!important;
}

.navbar .navbar-nav > li > .nav-link {
    font-weight: 500;
    padding: 22px 20px
}

.custom_pad0_imp
{
	padding-left: 0 !important;
}

.navbar .navbar-nav li {
    position: relative;
    list-style: none;
    transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
}

.custom-2lev-header-section
{
	display: block;
	padding: 20px 0;
}

.custom-2lev-a .logo_light
{
	display: none;
}

.custom-2lev-header-section .custom-2lev-a .logo_dark
{
	display: block;
}

.navbar-brand {
    padding: unset;
    vertical-align: unset;
    margin: unset;
}

.banner_content
{
	margin-left:70px;
}

/* Search bar code */

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
    width: 100%;
    border: 3px solid #000;
    border-right: none;
    padding: 5px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    background: #000;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
	width: 100%;
    position: relative;
}

/* Search bar code End */

.custom-contact
{
	text-align: center;
    font-size: 30px;	
}

.bottom_header
{
	background-color: whitesmoke;
}

/* 2 boxes section */

.custom-2boxes
{
	padding: 50px 0;
	/* background-color: #f4f9fc; */
}

.custom-lbox-freeshiping
{
	display: flex;
    justify-content: center;	
}

.custom-lbox-freeshiping .cdiv
{
    background: #000;
    padding: 20px 60px;
    color: #fff;
    margin: 0 20px;
    width: 300px;
	text-align: center;	
}



/* recommmended section */

.custom-recommended
{
	background-color: whitesmoke;
}

.custom-testimonial
{
	padding: 50px 0;
    position: relative;
	background-color: #fff !important;
}

.custom-returnpolicy
{
	background-color: whitesmoke;
}

.custom-newlet
{
	padding: 15px 35px;
}

.custom-newlet:hover
{
	background-color: #000;
}

.carousel-indicators li
{
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}	
}


/* Mix */

.custom-2banner {
    padding: 50px 0;
    position: relative;
}

.pad0
{
	padding-left: 0;
	padding-right: 0;
}

.rDiv_banner img
{
	height: 500px;
}

.c_white
{
	color: #fff;
}

.mbottom
{
	margin-bottom: 10px;
}

.mtop
{
	margin-top: 10px;
}

.aleft_imp
{
	text-align: left !important;	
}

.tcenter_imp
{
	text-align: center !important;	
}

.rDiv_banner
{
	background-color: #000;
    height: 500px;
    color: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rPlace_head
{
	font-weight: 600;
    margin-bottom: 5px;	
}

.rPlace_subhead{
	border: 1px solid #fff;
    padding: 8px;
    border-radius: 4px;	
}

.mBottomRight
{
	margin-bottom: 20px;
}

/* select dropdown */

.page {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17px -54px;
}

.select-dropdown {
    position: relative;
    background-color: unset;
    width: auto;
    float: left;
    max-width: 100%;
    border-radius: 2px;
}
.select-dropdown select {
    font-family: "helvetica neue", helvetica;
    font-size: 1rem;
    font-weight: 200;
    max-width: 100%;
    padding: 8px 24px 8px 20px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white;
}
.select-dropdown select:active, .select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.select-dropdown:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.continue_shopping
{
    margin-top: 10px;
    margin-left: 0;	
}

.btn-fill-out:hover {
    color: #000 !important;
    border-color: #000 !important;
    border: 1px solid #000 !important;
}

.fewleft
{
    color: #b21314;
    font-size: 14px;
    font-weight: 500;	
}

.custom_quantity
{
	width: 30%;
	margin-bottom: 10px;
}

.addtocartbutton > button
{
	width: 100%;
    border: 1px solid #000;
    background-color: unset;
    margin-top: 10px;
    padding: 10px 0;
    margin-bottom: 10px;	
}

.cancellationpolicy
{
	text-align: center;
	margin-bottom: 25px;
}

.cancellationpolicy button
{
    font-size: 15px;
    border: unset;
    color: #403c3c;
	background-color: unset;
    text-decoration: underline;	
}

.cancellationpolicy button:hover
{
	font-size: 15px;    
    color: #403c3c;
	border-color: unset;
	background-color: unset;
    text-decoration: underline;		
}

.quantity_avail_pdiv
{
	display: flex;
	justify-content: space-between;
}

.custom_modal_cp
{
	background: white;
    padding: 30px;
    overflow: scroll;
    height: 500px;
    overflow-x: hidden;	
}

.modal-header .close {
    padding: 1.7rem 1rem 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-header
{
	margin-bottom: 10px;
}

.custom_modal_content_cp
{
	padding: 20px;
}

.custom-cart-pdiv
{
    display: flex;
    justify-content: flex-end;	
}

.ddcommon .ddlabel {
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
}

.logo_dark
{
	display: block;
}

.custom_search_cart
{
	display: flex;
    justify-content: flex-end;	
}

.custom-justify-content-start
{
	justify-content: flex-start!important;	
}

.dHide
{
	display: none;
}

.custom_number
{
	margin-right: 20px;
    font-size: 24px;
    color: #687188;	
}

.mHide
{
	display:block;
}

.ddHide
{
	display:none !important;
}

.banner_content h2 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}


@media screen and (max-width:500px)
{
	.mHide
	{
		display: none;
	}
	
	.ddHide
	{
		display:block !important;
	}	

	.custom-contact {
		text-align: center;
		font-size: 23px;
		margin-top: -20px;
		margin-right: 15px;
	}

	.wrap {
		width: 80%;
		position: absolute;
		top: 50%;
		left: 46%;
		transform: translate(-50%, -50%);
	}

	.custom-searchbar-pdiv
	{
		margin-top: 60px;
	}
	
	.custom-lbox-freeshiping {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}	
	
	.custom-lbox-freeshiping .cdiv {
		background: #000;
		padding: 20px 60px;
		color: #fff;
		margin: 10px 20px;
		width: 300px;
		text-align: center;
	}
	
	.navbar .navbar-nav li {
		position: relative;
		list-style: none;
		transition: all 0.3s ease 0s;
		display: unset;
		align-items: unset;
		margin-left: 10px;
	}

	.navbar-collapse > .navbar-nav li:first-child
	{
		padding: 10px 10px;
	}
	
	.navbar .navbar-nav > li > .nav-link, .nav-fixed .navbar .navbar-nav > li > .nav-link {
		padding: 10px 10px;
	}	

	.logo_search_cart_row
	{
		padding: 20px 0 0 0;
	}
	
	.dHide
	{
		display: unset;
	}
	
	.navbar-brand img {
		max-width: 140px;
		width: 80px;
	}

	.bottom_header {
		background-color: white;
		position: relative;
		top: -76px;
		display: inline;
	}

	.custom_search_cart {
		display: flex;
		justify-content: flex-end;
		z-index: 10;
		position: relative;
		width: 160px;
	}

	.header_wrap.fixed-top {
		position: relative;
		padding-right: 0 !important;
		height: 240px;
	}	
}